home *** CD-ROM | disk | FTP | other *** search
/ The Arsenal Files 8 / The Arsenal Files Collection #8 (Arsenal Computer) (1996).ISO / wildcat / asend100.zip / AUTOSEND.DOC < prev    next >
Text File  |  1996-08-21  |  2KB  |  71 lines

  1.  
  2. Listserv Autosend Utility v1.00 (08/21/96) - by Pete Nelson
  3. Terminal One BBS (510) 689-9528
  4. Author: pete@terminal-one.com
  5.  
  6.  
  7. Autosend is a simple add-on for Listserv that will allow
  8. you to send a message out to all subscribers on a mailing list.
  9. It's best suited to be used to send out certain messages on
  10. a regular basis, such as info on the mailing list, FAQs, etc.
  11.  
  12. The compiled code can be used with Wildcat v4.10 or higher.
  13. Source code is included 
  14.  
  15.  
  16.  
  17. * Setup *
  18.  
  19. Setup is very simple.  First we need to create a config file
  20. called AUTOSEND.CFG.  It will contain:
  21.  
  22. Line 1:  Path and filename to the subscriber file
  23. Line 2:  Text file to send to all subscribers
  24. Line 3:  Name to put in "From" field on outgoing messages
  25. Line 4:  Subject to use in outgoing messages
  26. Line 5:  Number of your Internet e-mail conference
  27.  
  28. ... and it may look something like this ...
  29.  
  30. D:\WILDCAT\LISTDATA\WILDLIST.DAT
  31. D:\WILDCAT\LISTDATA\WILDLIST.TXT
  32. PETE NELSON
  33. Message from Wildcat-L
  34. 11
  35.  
  36.  
  37. * Running * 
  38.  
  39. Set Autosend up as an event or as a menu option.  When it runs, it
  40. will read the list of subscribers from the subscriber file, and send
  41. the contents of the specified text file out to all subscribers for
  42. that list.
  43.  
  44. You may also use different config files if you have multiple lists.
  45. By default, Autosend uses AUTOSEND.CFG, but if you specify a
  46. different config file, it will use those parameters instead.
  47.  
  48.  
  49.  
  50. * Registration/Support * 
  51.  
  52. Click your heels together three times and say:
  53.  
  54.    "There's nothing better than free shareware!"
  55.  
  56. Autosend is now registered.  Source code is included.
  57.  
  58. For support, questions, comments, etc, send e-mail to the author
  59. at pete@terminal-one.com or weasel@ecis.com.  We also have
  60. our wcCODE collection on the web at
  61. http://www.ecis.com/~weasel/wccode/wccode.html
  62.  
  63.  
  64. * Revision History *
  65.  
  66. v1.00 - (08/21/96) Initial Release
  67.  
  68.  
  69.  
  70.  
  71.